home *** CD-ROM | disk | FTP | other *** search
/ Experimental BBS Explossion 3 / Experimental BBS Explossion III.iso / compress / zip2zi31.zip / ZIP2-SDE.BAT < prev    next >
DOS Batch File  |  1993-05-31  |  449b  |  12 lines

  1. @Echo off
  2. Rem Zip2-SDE.BAT Test for SubDir Existence (SDE)
  3. Rem Called by ZIP2ZMOP.BAT which will handle police work.
  4. Rem %1 is Drv:\Path\ %2 is either Z_B, Z_C or Z_D
  5.    Dir %1*. | Find "%2          <DIR>" >ZIP2-FSZ.
  6.    CALL ZIP2-FSZ.BAT
  7.    IF "%FSIZE%"==""  GoTo End
  8.      IF "%FSIZE%"=="0" Echo Good! SubDir %1%2 Does not Exist.
  9.      IF "%FSIZE%"=="0" GoTo End
  10.        Echo %1%2 SubDir Exists, Perhaps a Read Only File? or a Cancel?
  11. :END
  12.